'Declaration
<DispIdAttribute(38)> Function GetCharacterCount( _ ByVal OCRResultID As String _ ) As Integer
[DispId(38)] int GetCharacterCount( string OCRResultID )
function GetCharacterCount( OCRResultID: String ): Integer;
DispIdAttribute(38) function GetCharacterCount( OCRResultID : String ) : int;
[DispId(38)] int GetCharacterCount( string* OCRResultID )
[DispId(38)] int GetCharacterCount( String^ OCRResultID )
Parameters
- OCRResultID